Complex conjugate root theorem

From HandWiki
Short description: If a + bi is a root of a real polynomial, then so is a − bi

In mathematics, the complex conjugate root theorem states that if P is a polynomial in one variable with real coefficients, and a + bi is a root of P with a and b real numbers, then its complex conjugate a − bi is also a root of P.[1]

It follows from this (and the fundamental theorem of algebra) that, if the degree of a real polynomial is odd, it must have at least one real root.[2] That fact can also be proved by using the intermediate value theorem.

Examples and consequences

  • The polynomial x2 + 1 = 0 has roots ± i.
  • Any real square matrix of odd degree has at least one real eigenvalue. For example, if the matrix is orthogonal, then 1 or −1 is an eigenvalue.
  • The polynomial
[math]\displaystyle{ x^3 - 7x^2 + 41x - 87 }[/math]
has roots
[math]\displaystyle{ 3,\, 2 + 5i,\, 2 - 5i, }[/math]
and thus can be factored as
[math]\displaystyle{ (x - 3)(x - 2 - 5i)(x - 2 + 5i). }[/math]
In computing the product of the last two factors, the imaginary parts cancel, and we get
[math]\displaystyle{ (x - 3)(x^2 - 4x + 29). }[/math]
The non-real factors come in pairs which when multiplied give quadratic polynomials with real coefficients. Since every polynomial with complex coefficients can be factored into 1st-degree factors (that is one way of stating the fundamental theorem of algebra), it follows that every polynomial with real coefficients can be factored into factors of degree no higher than 2: just 1st-degree and quadratic factors.
  • If the roots are a+bi and abi, they form a quadratic
[math]\displaystyle{ x^2 - 2ax + (a^2 + b^2) }[/math].
If the third root is c, this becomes
[math]\displaystyle{ (x^2 - 2ax + (a^2 + b^2))(x-c) }[/math]
[math]\displaystyle{ =x^3 + x^2(-2a-c) + x(2ac+a^2+b^2) - c(a^2 + b^2) }[/math].

Corollary on odd-degree polynomials

It follows from the present theorem and the fundamental theorem of algebra that if the degree of a real polynomial is odd, it must have at least one real root.[2]

This can be proved as follows.

  • Since non-real complex roots come in conjugate pairs, there are an even number of them;
  • But a polynomial of odd degree has an odd number of roots;
  • Therefore some of them must be real.

This requires some care in the presence of multiple roots; but a complex root and its conjugate do have the same multiplicity (and this lemma is not hard to prove). It can also be worked around by considering only irreducible polynomials; any real polynomial of odd degree must have an irreducible factor of odd degree, which (having no multiple roots) must have a real root by the reasoning above.

This corollary can also be proved directly by using the intermediate value theorem.

Proof

One proof of the theorem is as follows:[2]

Consider the polynomial

[math]\displaystyle{ P(z) = a_0 + a_1z + a_2z^2 + \cdots + a_nz^n }[/math]

where all ar are real. Suppose some complex number ζ is a root of P, that is [math]\displaystyle{ P(\zeta) = 0 }[/math]. It needs to be shown that

[math]\displaystyle{ P\big(\, \overline{\zeta} \,\big) = 0 }[/math]

as well.

If P(ζ  ) = 0, then

[math]\displaystyle{ a_0 + a_1\zeta + a_2\zeta^2 + \cdots + a_n\zeta^n = 0 }[/math]

which can be put as

[math]\displaystyle{ \sum_{r=0}^n a_r\zeta^r = 0. }[/math]

Now

[math]\displaystyle{ P\big(\, \overline{\zeta} \,\big) = \sum_{r=0}^n a_r \big(\, \overline{\zeta} \,\big)^r }[/math]

and given the properties of complex conjugation,

[math]\displaystyle{ \sum_{r=0}^n a_r\big(\, \overline{\zeta} \,\big)^r = \sum_{r=0}^n a_r \overline{\zeta^r} = \sum_{r=0}^n \overline{a_r\zeta^r} = \overline{\sum_{r=0}^n a_r\zeta^r}. }[/math]

Since

[math]\displaystyle{ \overline{\sum_{r=0}^n a_r\zeta^r} = \overline{0}, }[/math]

it follows that

[math]\displaystyle{ \sum_{r=0}^n a_r\big(\, \overline{\zeta} \,\big)^r = \overline{0} = 0. }[/math]

That is,

[math]\displaystyle{ P\big(\, \overline{\zeta} \,\big) = a_0 + a_1\overline{\zeta} + a_2\big(\, \overline{\zeta} \,\big)^2 + \cdots + a_n\big(\, \overline{\zeta} \,\big)^n = 0. }[/math]

Note that this works only because the ar are real, that is, [math]\displaystyle{ \overline{a_r} = a_r }[/math]. If any of the coefficients were non-real, the roots would not necessarily come in conjugate pairs.

Notes

  1. Anthony G. O'Farell and Gary McGuire (2002). "Complex numbers, 8.4.2 Complex roots of real polynomials". Maynooth Mathematical Olympiad Manual. Logic Press. pp. 104. ISBN 0954426908.  Preview available at Google books
  2. 2.0 2.1 2.2 Alan Jeffrey (2005). "Analytic Functions". Complex Analysis and Applications. CRC Press. pp. 22–23. ISBN 158488553X.